TsgPlotSettings
Unit: DXFConv
Description
PlotPaperUnits:
Value | Description |
---|---|
0 | Plot in inches |
1 | Plot in millimeters |
2 | Plot in pixels |
CustomPrintScale
is the denominator of custom print scale: drawing units.
Syntax
type
PsgPlotSettings = ^TsgPlotSettings;
TsgPlotSettings = record
PlotLayoutFlag: Integer;
PlotPaperUnits: Integer;
StandardScaleType: Byte;
NumeratorOfCustomPrintScale: Double;
DenominatorOfCustomPrintScale: Double;
end;